home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 002 / dfedit.arc / DFEDIT21.DOC < prev    next >
Encoding:
Text File  |  1985-02-02  |  6.3 KB  |  187 lines

  1.     Read Me First                                        DFEDIT Version 2.1
  2.  
  3.  
  4.                           DFEDIT Version 2.1 Changes
  5.  
  6.  
  7.     This document describes the changes to the DFEDIT version 2.1 tools. 
  8.  
  9.  
  10.     General    _______
  11.     
  12.     1.  The tools no longer require the support files (*.DAT & *.HLP) to be
  13.     in the directory '\DFEDIT' on the default drive.  MS-DOS 2.1 supports a
  14.     'SET'  command  which assigns a value to a parameter.  The DFEDIT tools
  15.     look for a parameter named 'DFEDIT' whose value should be the  pathname
  16.     of  the  directory where the support files should be found.  An example
  17.     set command is given  below  and  indicates  the  default  if  none  is
  18.     specified. 
  19.     
  20.             SET DFEDIT=\DFEDIT
  21.  
  22.  
  23.     Colors    ______
  24.     
  25.     1.   Two  new  colors types have been added to the colors list, 'Border
  26.     lines' and 'Information lines'.  Currently the 'Border lines' parameter
  27.     is not used by any tool but the 'Information lines' parameter  is  used
  28.     by the SHOW utility to display the information between the command line
  29.     and the directory display. 
  30.     
  31.     2.   On  the  TI  Professional Computer each color parameter can now be
  32.     displayed in 'Normal' text, 'Reverse' text, or 'Underline' text. 
  33.  
  34.  
  35.     Editor    ______
  36.     
  37.     1.   The  most  significant  change  to  the  editor  was  an  internal
  38.     implementation change in the way that the file is stored in memory.  As
  39.     a  result  of  this  change, file loads and saves are much faster.  The
  40.     file being edited can also be much larger, limited only by  the  amount
  41.     of  memory  available  on  your  machine.   Some commands such as Find,
  42.     Replace, and the large Block operations on the other hand are  somewhat
  43.     slower. 
  44.     
  45.     2.  The Block commands have been enhanced to support Line operations as
  46.     well  as  Box  operations.   The  Line operations are the same as those
  47.     provided in earlier version of DFEDIT.  The Box operations allow a  box
  48.     of  text to be Copied, Deleted, or Moved.  The Box is selected with the
  49.     'Block' function by marking the upper/left and lower/right  corners  of
  50.     the box or the upper/right and lower/left corners of the box.  The mode
  51.     of  the  'Block'  command  is selected by the 'Box mode' or 'Line mode'
  52.     commands. 
  53.     
  54.     3.  A Center Line 'CenLn' function has been  added  which  centers  the
  55.     text  on  a  line between the left and right margins.  This function is
  56.     assigned by default to the 'alt-C' key. 
  57.     
  58.     4.  A Fill Paragraph 'Fill' function has been  added  which  fills  the
  59.     text  in  a paragraph to the right margin.  The end of the paragraph is
  60.  
  61.  
  62.                                      - 1 -                                 
  63.     Read Me First                                        DFEDIT Version 2.1
  64.  
  65.  
  66.     indicated by a blank line or end-of-file.  This function is assigned by
  67.     default to the 'alt-F' key. 
  68.     
  69.     5.  A Set/Reset Tab 'SetTb' function has been added which sets a tab or
  70.     clears a tab at the current cursor column position.  This  function  is
  71.     assigned by default to the 'alt-T' key. 
  72.     
  73.     6.   Since  several  key  functions  have  been  added,  the DFEDIT 2.0
  74.     'EDITKEYS.DAT' will work with the new version  but  the  new  functions
  75.     will not be assigned. 
  76.     
  77.     7.   A  new  'Modify' command has been added which allows the 'Colors',
  78.     'Keys', 'Options', and 'Tabs' to be changed.  This command replaces the
  79.     old 'Keys' and 'Tabs' commands. 
  80.     
  81.     8.  A new set of editor 'Options' have been added which  are  saved  in
  82.     the  file  named 'EDITOPTS.DAT'.  The options can be modified by moving
  83.     to the desired  option  and  selecting  the  'Modify'  command.   These
  84.     options are listed below:
  85.  
  86.         a.  Backup file as '<name>.bak' - Each time a file is replaced, the
  87.         old  version of the file is saved with an extension of 'bak'.  This
  88.         option can be selected  by  specifing  'Yes'  or  not  selected  by
  89.         specifing 'No'. 
  90.         
  91.         b.  Floating 'Return' key - Each time the 'Retrn' function is used,
  92.         the  cursor normally moves to the first character on the next line.
  93.         This option will allow the cursor to always move to the left margin
  94.         rather than the first character.  The normal floating return can be
  95.         selected by specifing 'Yes' or the fixed return can be selected  by
  96.         specifing 'No'. 
  97.         
  98.         c.   Horizontal scroll size - The amount by which a wide file moves
  99.         left and right within the display  window  is  controlled  by  this
  100.         parameter.   The  number  of  columns  by  which the file should be
  101.         scrolled must be specified. 
  102.         
  103.         d.  Left margin - The value of the left margin must be specified. 
  104.         
  105.         e.  Right margin - The value of the right margin must be specified.
  106.         It cannot be greater than 256. 
  107.         
  108.         f.  Use tabs to pack line - Whenever a new line is added to a  file
  109.         or  modified  it  can be packed using tab characters.  Line packing
  110.         using  tab  characters  is  selected  by  specifing  'Yes'.   Blank
  111.         character packing is selected by specifing 'No'. 
  112.         
  113.         g.  Vertical scroll size - The number of lines by which the Page Up
  114.         'PgUp'  and  Page  Down  'PgDwn'  functions  scroll the file in the
  115.         display window is controlled by  this  parameter.   The  number  of
  116.         lines by which the file should be scrolled must be specified. 
  117.  
  118.     9.   All prompts in the 'Edit' or 'Show' utility now use the Editor key
  119.     mappings.  Therefore you can now insert special characters into prompts
  120.     if you need to find a form feed character for instance. 
  121.  
  122.  
  123.  
  124.                                      - 2 -                                 
  125.     Read Me First                                        DFEDIT Version 2.1
  126.  
  127.  
  128.     Show Directory    ____ _________
  129.     
  130.     1.  Directory names with extensions are correctly supported. 
  131.     
  132.     2.  Pathnames can now use '/' or '\' as directory divider characters. 
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
  143.  
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.                                      - 3 -                                 
  187.